Skip to content

Commit

Permalink
Merge pull request #477 from Adyen/billing-shipping
Browse files Browse the repository at this point in the history
Correct billing/shipping config
  • Loading branch information
descorp authored Jun 20, 2024
2 parents 0bcca67 + aae6eb7 commit 9cdfab2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class GooglePayConfigurationParser(config: ReadableMap) {
internal const val EMAIL_REQUIRED_KEY = "emailRequired"
internal const val SHIPPING_ADDRESS_REQUIRED_KEY = "shippingAddressRequired"
internal const val EXISTING_PAYMENT_METHOD_REQUIRED_KEY = "existingPaymentMethodRequired"
internal const val BILLING_ADDRESS_PARAMETERS_KEY = "shippingAddressParameters"
internal const val SHIPPING_ADDRESS_PARAMETERS_KEY = "billingAddressParameters"
internal const val BILLING_ADDRESS_PARAMETERS_KEY = "billingAddressParameters"
internal const val SHIPPING_ADDRESS_PARAMETERS_KEY = "shippingAddressParameters"
}

private var config: ReadableMap
Expand Down Expand Up @@ -126,4 +126,4 @@ class GooglePayConfigurationParser(config: ReadableMap) {
}
}

}
}

0 comments on commit 9cdfab2

Please sign in to comment.