Skip to content

Commit

Permalink
fix: correct billing/shipping config
Browse files Browse the repository at this point in the history
  • Loading branch information
descorp authored Jun 20, 2024
1 parent 0bcca67 commit aae6eb7
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 aae6eb7

Please sign in to comment.