Skip to content

Example use-cases? #1

@MileanCo

Description

@MileanCo

Are there any examples of how to use this API?

I tried this:

var paywhirl = require('paywhirljs')( {
  api_key: Meteor.settings.public.paywhirl_api_key,
  api_secret: Meteor.settings.paywhirl_secret_key
});

and

import 'paywhirljs';
var paywhirl = new PayWhirl({
  api_key: Meteor.settings.public.paywhirl_api_key,
  api_secret: Meteor.settings.paywhirl_secret_key
});

But neither one is working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions