File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
src/CheckoutSdk/Payments/Sessions Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ namespace Checkout . Payments . Sessions
2+ {
3+ public class Applepay
4+ {
5+ public StorePaymentDetailsType ? StorePaymentDetails { get ; set ; }
6+ }
7+ }
Original file line number Diff line number Diff line change 1+ namespace Checkout . Payments . Sessions
2+ {
3+ public class Googlepay
4+ {
5+ public StorePaymentDetailsType ? StorePaymentDetails { get ; set ; }
6+ }
7+ }
Original file line number Diff line number Diff line change 1- using Checkout . Common ;
2-
31namespace Checkout . Payments . Sessions
42{
53 public class PaymentMethodConfiguration
64 {
7- public Card card { get ; set ; }
5+ public Applepay Applepay { get ; set ; }
6+ public Card Card { get ; set ; }
7+ public Googlepay Googlepay { get ; set ; }
88 }
99}
You can’t perform that action at this time.
0 commit comments