Skip to content

Commit

Permalink
enable google pay on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
elizalucas committed Jul 12, 2022
1 parent 765f6a2 commit 062c13e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pages/debug/payments/digitalWallets/paymenttokens.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,8 @@ export default class ConvertToken extends Vue {
allowedPaymentMethods: [DEFAULT_GOOGLE_PAY_CONFIG.allowedPaymentMethods],
}
// Sample app prod env has not been approved by google so need to return test for prod environment for now
getGooglePayEnvironment() {
return getIsStaging()
? DEFAULT_GOOGLE_PAY_CONFIG.environment.prod
: DEFAULT_GOOGLE_PAY_CONFIG.environment.test
return DEFAULT_GOOGLE_PAY_CONFIG.environment.prod
}
mounted() {
Expand Down

0 comments on commit 062c13e

Please sign in to comment.