Skip to content

Payment "source" is nil on PayPalExpress #241

@terfender

Description

@terfender

Hi,

Using the latest master branch, and:

gem 'spree', '~> 4.2.1'
gem 'spree_auth_devise', '~> 4.3'
gem 'spree_gateway', '~> 3.9'
gem 'spree_braintree_vzero', :github => 'spree-contrib/spree_braintree_vzero', :branch => 'master'

I am still getting this error:

Screenshot+2021-04-02+12 06 12

which points to this "catch" line:

function onFetchClientToken(clientToken) {
    setupForm();
    }).catch(function (err) {
    console.log('component error:', err);
    });


If I proceed with the payment, I get this error:

Screenshot+2021-04-02+01 09 16

Any ideas how to fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions