ForForum_Nk2
New member
- Sep 26, 2020
- 24
- 0
- 1
Stripe code does not work with the latest Gradle, removed all blocks with error, and wait for the new OXOO release.Means
it's working, thanks a lot![]()
bro just search this in your build.gradle implementation 'com.stripe:stripe-android:+' then replace this to implementation 'com.stripe:stripe-android:11.1.3' it will fixPlease tell me how you really done
bro just search this in your build.gradle implementation 'com.stripe:stripe-android:+' then replace this to implementation 'com.stripe:stripe-android:11.1.3' it will fix
implementation 'com.stripe:stripe-android:16.0.0'
stripe.createToken(
card, new ApiResultCallback<Token>() {
@Override
public void onSuccess(@NonNull Token result) {
createCharge(result.getId());
}
@Override
public void onError(@NonNull Exception e) {
Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
.show();
}
}
);
stripe.createCardToken(card, new ApiResultCallback<Token>() {
@Override
public void onSuccess(@NotNull Token token) {
createCharge(token.getId());
}
@Override
public void onError(@NotNull Exception e) {
Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
.show();
}
});
stripe.createToken(
card, new ApiResultCallback<Token>() {
@Override
public void onSuccess(@NonNull Token result) {
createCharge(result.getId());
}
@Override
public void onError(@NonNull Exception e) {
Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
.show();
}
}
);
stripe.createCardToken(card, new ApiResultCallback<Token>() {
@Override
public void onSuccess(@NotNull Token token) {
createCharge(token.getId());
}
@Override
public void onError(@NotNull Exception e) {
Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
.show();
}
});
in build.gradle change this line
Code:implementation 'com.stripe:stripe-android:16.0.0'
then, in file EventPaymentStripeActivity replace this code
Code:stripe.createToken( card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NonNull Token result) { createCharge(result.getId()); } @Override public void onError(@NonNull Exception e) { Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } } );
with this code
Code:stripe.createCardToken(card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NotNull Token token) { createCharge(token.getId()); } @Override public void onError(@NotNull Exception e) { Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } });
in file StripePaymentActivity, replace this code
Code:stripe.createToken( card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NonNull Token result) { createCharge(result.getId()); } @Override public void onError(@NonNull Exception e) { Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } } );
with this code
Code:stripe.createCardToken(card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NotNull Token token) { createCharge(token.getId()); } @Override public void onError(@NotNull Exception e) { Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } });
Not working. Please share if anyone have solution.Some null version working with (IMPORT MOVIES / VIDEOS FROM TMDB) ?
this is workbro just search this in your build.gradle implementation 'com.stripe:stripe-android:+' then replace this to implementation 'com.stripe:stripe-android:11.1.3' it will fix
this is doesn't workin build.gradle change this line
Code:implementation 'com.stripe:stripe-android:16.0.0'
then, in file EventPaymentStripeActivity replace this code
Code:stripe.createToken( card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NonNull Token result) { createCharge(result.getId()); } @Override public void onError(@NonNull Exception e) { Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } } );
with this code
Code:stripe.createCardToken(card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NotNull Token token) { createCharge(token.getId()); } @Override public void onError(@NotNull Exception e) { Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } });
in file StripePaymentActivity, replace this code
Code:stripe.createToken( card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NonNull Token result) { createCharge(result.getId()); } @Override public void onError(@NonNull Exception e) { Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } } );
with this code
Code:stripe.createCardToken(card, new ApiResultCallback<Token>() { @Override public void onSuccess(@NotNull Token token) { createCharge(token.getId()); } @Override public void onError(@NotNull Exception e) { Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG) .show(); } });
Hello, you must be a member of 'https://www.themoviedb.org' to get movie and series information from tmdb.
then you have to write the api information.
'yourhost \ application \ models \ Tmdb_model.php \ line 33
$ data = file_get_contents ('https://api.themoviedb.org/3/movie/'.$tmdb_id.'?api_key=********************* ************* & append_to_response = credits & language = en ');
you should write here
change language code with your language code
credits & language = en ');
![]()
y pensar que estuve tan cerca de lograrlo :Hello, you must be a member of 'https://www.themoviedb.org' to get movie and series information from tmdb.
then you have to write the api information.
'yourhost \ application \ models \ Tmdb_model.php \ line 33
$ data = file_get_contents ('https://api.themoviedb.org/3/movie/'.$tmdb_id.'?api_key=********************* ************* & append_to_response = credits & language = en ');
you should write here
change language code with your language code
credits & language = en ');
![]()
line 33 - 85 - 141 - 169 - 359 - 434Could you upload the file or screenshot the line 33 please?
line 33 - 85 - 141 - 169 - 359 - 434
Can you send me your oxoo Android Src Code please
I cannot send these codes to you because I made changes for myself. You need to download the original codes and edit. here I wrote the solutions for those who understand. You have to do this yourself by applying the solutions.Can you send me your oxoo Android Src Code please