Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

can we have password protected text pattern like this "****" , if we are entering card number and cvv ? #726

Closed
RadiaTechs-Gaganesh opened this issue Feb 5, 2021 · 2 comments

Comments

@RadiaTechs-Gaganesh
Copy link

Before I have submitted the issue

[ ] I have read an installation guide
[ ] I know that for an iOS I need to install pods because I've read the installation guide
[ ] I have read a linking guide and checked that everything is OK like in manual linking guide
[ ] I know that before using tipsi-stripe I need to set options for my app as described in usage guide

The problem

Briefly describe the issue you are experiencing (or the feature you want to see added to tipsi-stripe).
Tell us what you were trying to do and what happened instead.

Environment

  • tipsi-stripe version:
  • Last tipsi-stripe version where the issue was not reproduced (if applicable):
  • iOS or Android:
  • OS version:
  • React-Native version:
  • (Android only) com.google.firebase:firebase-core version:
  • (Android only) com.google.android.gms:play-services-base version:

Links to logs and sources

Create a GIST which is a paste of your full logs or sources, and link them here.
If you are reporting a bug, always include build or error logs!

For Android, please provide the following sections from android/app/build.gradle:

  • android.compileSdkVersion
  • android.buildToolsVersion
  • android.defaultConfig.minSdkVersion
  • android.defaultConfig.targetSdkVersion
  • android.defaultConfig.multiDexEnabled (if exists)

Screenshots, GIFs (Must to have)

Just drag-and-drop them to this textarea

Code To Reproduce Issue (Good To Have)

Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.

@sharvanptg
Copy link

iOS Apple pay integration error, payment not completed ..

Catch Error
error was an unexpected error - try again in few seconds

NPM

"tipsi-stripe": "^8.0.2",

react-native code

     stripe.paymentRequestWithApplePay(items, options)
                .then(response => {
                    console.log('response payment', response);
                    this.generatePaymentMethod(response.tokenId, "Apple");

                })
                .catch((error) => {
                    Toast.show({
                        text: error.toString(),
                        type: "danger",
                        duration: 3000
                    });
                    console.log("ERER", error)
                });

Working in simulator is good, But getting error in reacl devices.

@fbartho
Copy link
Collaborator

fbartho commented Jun 20, 2023

Closing this ticket, so that new users don't think this project is still active.

Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity!

See more:

@fbartho fbartho closed this as completed Jun 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants