...
Code Block |
---|
if (payment.isPaycomet) { return commitOrder({ ...commitInput, ...digitalPayDetails, creditType: CartPaymentCardType.APPLE_PAY, payment: { paycometInput: { fullName, paycometInput: { merchantAccount: '', pspReference: '', storePaymentMethod: false, }, }, }, }); } |
...
Fulfillment
Create a applePayDetails
object in the paycometSale
object to send the apple payment data to PSP Service.
...