Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(payment): add google_pay_existing_payment_method_required to Manifest at Google Pay #345

Merged
merged 3 commits into from
Mar 27, 2024

Conversation

rdlabo
Copy link
Member

@rdlabo rdlabo commented Mar 26, 2024

Related: #329

  • existingPaymentMethodRequired can change.
If true, Google Pay is considered ready if the customer's Google Pay wallet has existing payment methods.
Default to true.

AndroidManifest.xml:

+        <meta-data
+            android:name="com.getcapacitor.community.stripe.google_pay_existing_payment_method_required"
+            android:value="@bool/google_pay_existing_payment_method_required"/>

string.xml

<bool name="google_pay_existing_payment_method_required">false</bool>

@rdlabo rdlabo force-pushed the feat/google_pay_require_payment_false branch from ff434ef to 15e94da Compare March 27, 2024 03:00
@rdlabo rdlabo changed the title chore(payment): require payment method false feat(payment): add google_pay_existing_payment_method_required to Manifest at Google Pay Mar 27, 2024
@rdlabo rdlabo merged commit 705c00d into main Mar 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant