File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,4 +94,5 @@ This method returns an estimate of the string representation of the card type.
9494
95951 . Clone the repository.
96962 . Import the project either using Android Studio or Eclipse
97- 3 . Build and run the project on your device or emulator
97+ 3 . Add your publishable key to your AndroidManifest.xml file
98+ 4 . Build and run the project on your device or emulator
Original file line number Diff line number Diff line change 1414 <!-- metadata for paystack -->
1515 <meta-data
1616 android : name =" co.paystack.android.PublishableKey"
17- android : value =" MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANIsL+RHqfkBiKGn/D1y1QnNrMkKzxWP2wkeSokw2OJrCI+d6YGJPrHHx+nmb/Qn885/R01Gw6d7M824qofmCvkCAwEAAQ== " />
17+ android : value =" your publishable key " />
1818
1919 <activity
2020 android : name =" .MainActivity"
Original file line number Diff line number Diff line change 1818
1919public class MainActivity extends AppCompatActivity {
2020
21- //private static final String PUBLISHABLE_KEY = "MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANIsL+RHqfkBiKGn/D1y1QnNrMkKzxWP2wkeSokw2OJrCI+d6YGJPrHHx+nmb/Qn885/R01Gw6d7M824qofmCvkCAwEAAQ== ";
21+ //private static final String PUBLISHABLE_KEY = "your publishable key ";
2222
2323
2424 EditText mEditCardNum ;
You can’t perform that action at this time.
0 commit comments