ios – (Swift) Stripe Apple Pay Cost not accomplished
[ad_1] Attempting to setup Stripe apple pay in my undertaking, however maintain operating into “fee not accomplished” as seen right here: https://i.stack.imgur.com/JMIx6.png The place I am calling the fee mannequin if backendModel.paymentIntentParams != nil { PaymentButton() { applePayModel.pay(quantity: cartCost, whole: totalCost, clientSecret: backendModel.paymentIntentParams?.clientSecret, pi: backendModel.paymentIntentParams?.stripeId) } .cornerRadius(25) .padding([.horizontal, .bottom]) } Apple Pay Mannequin func pay(quantity:…