File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change
1
+ - date : January 2025
2
+ notes :
3
+ - ' [Microlink API](/docs/api/getting-started/overview): When [proxy](/docs/api/parameters/proxy) is provided it takes preference.'
4
+
1
5
- date : December 2024
2
6
notes :
3
7
- ' [Microlink OSS](/oss): Released [splashy v6](https://splashy.microlink.io/).'
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ const getCaption = (paymentState, error) => {
92
92
}
93
93
94
94
const CheckoutForm = ( {
95
- fingerprint,
96
95
id,
97
96
paymentState,
98
97
setPaymentState,
@@ -111,15 +110,7 @@ const CheckoutForm = ({
111
110
clientSecret : token ,
112
111
elements,
113
112
confirmParams : {
114
- return_url : redirectUrl ( 'callback' , id ) ,
115
- payment_method_data : {
116
- billing_details : {
117
- address : {
118
- country : fingerprint . country ,
119
- postal_code : 'never'
120
- }
121
- }
122
- }
113
+ return_url : redirectUrl ( 'callback' , id )
123
114
}
124
115
} )
125
116
if ( error ) throw error
@@ -253,7 +244,6 @@ const PaymentUpdatePage = () => {
253
244
} }
254
245
>
255
246
< CheckoutForm
256
- fingerprint = { fingerprint }
257
247
id = { query . id }
258
248
paymentState = { paymentState }
259
249
setPaymentState = { setPaymentState }
You can’t perform that action at this time.
0 commit comments