v.1.2.5 – OXOO Nulled – Android Live TV & Movie Portal App with Powerful Admin Panel Free Download

wdevil

New member
Aug 1, 2020
14
2
3
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();
    }
});
 
  • Love
Reactions: davians

ForForum_Nk2

New member
Sep 26, 2020
24
0
1
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();
    }
});

Can you share me a script
 

icezaal

Member
Apr 23, 2020
70
17
8
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();
    }
});
this is doesn't work
 

mehmetgokkaya

New member
Feb 27, 2020
21
12
3
Last edited:

Doraimon0

Active member
May 30, 2020
119
28
28
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 ');
Screenshot_2020-09-28 Movie Search Import-CanlıTV.png

Could you upload the file or screenshot the line 33 please?
 

solokvcd

New member
Banned User
Aug 8, 2020
16
0
1
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 ');
Screenshot_2020-09-28 Movie Search Import-CanlıTV.png
y pensar que estuve tan cerca de lograrlo ::) Gracias

 

Attachments

  • Captura.PNG
    Captura.PNG
    6.9 KB · Views: 12

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu