Skip to content

Commit

Permalink
Merge branch 'main' into feat/6.0.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	packages/identity/package-lock.json
#	packages/identity/package.json
#	packages/payment/package-lock.json
#	packages/payment/package.json
#	packages/terminal/package-lock.json
#	packages/terminal/package.json
  • Loading branch information
rdlabo committed Mar 27, 2024
2 parents 193b5db + 74166e9 commit 13b97d4
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 194 deletions.
4 changes: 4 additions & 0 deletions demo/angular/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
android:name="com.getcapacitor.community.stripe.google_pay_is_testing"
android:value="@bool/google_pay_is_testing"/>

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

<!-- <meta-data-->
<!-- android:name="com.getcapacitor.community.stripe.stripe_account"-->
<!-- android:value="@string/stripe_account"/>-->
Expand Down
1 change: 1 addition & 0 deletions demo/angular/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
<string name="country_code">US</string>
<string name="merchant_display_name">Widget Store</string>
<bool name="google_pay_is_testing">true</bool>
<bool name="google_pay_existing_payment_method_required">false</bool>
<!-- <string name="stripe_account"></string>-->
</resources>
4 changes: 4 additions & 0 deletions demo/react/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
android:name="com.getcapacitor.community.stripe.google_pay_is_testing"
android:value="@bool/google_pay_is_testing"/>

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

<!-- <meta-data-->
<!-- android:name="com.getcapacitor.community.stripe.stripe_account"-->
<!-- android:value="@string/stripe_account"/>-->
Expand Down
1 change: 1 addition & 0 deletions demo/react/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
<string name="country_code">US</string>
<string name="merchant_display_name">Widget Store</string>
<bool name="google_pay_is_testing">true</bool>
<bool name="google_pay_existing_payment_method_required">false</bool>
<!-- <string name="stripe_account"></string>-->
</resources>
Loading

0 comments on commit 13b97d4

Please sign in to comment.