Developers-Foundation / dolly-v2

New Dolly Website
https://dollychildren.org
0 stars 0 forks source link

Donate page #26

Closed nobodyrandom closed 7 years ago

nobodyrandom commented 7 years ago

Working on this branch for donate backend

nobodyrandom commented 7 years ago

@psalv @minimike511 Can I get some help on line 316 ish on public_html/assets/js/nob.js

The promises are not chaining properly =,='

Supposedly this chunk

return Paystack.init({
                    form: "nob-paystack-card-form", // Form ID
                    access_code: respData.access_code
                });

should send an object response after resolving promise, but instead it sent the physical promise instead.