🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ovh-ux/ng-ovh-payment-method

Package Overview
Dependencies
Maintainers
12
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovh-ux/ng-ovh-payment-method

OVH Payment Methods wrapper for AngularJS

Source
npmnpm
Version
1.1.1-alpha.0
Version published
Weekly downloads
124
-47.9%
Maintainers
12
Weekly downloads
 
Created
Source

Ovh Angular Payment Method

Help you to get payment methods from different OVH APIs

Downloads Dependencies Dev Dependencies Gitter

Install

yarn add @ovh-ux/ng-ovh-payment-method

Usage

import ngOvhPaymentMethod from '@ovh-ux/ng-ovh-payment-method';

// add the ngOvhPaymentMethod module as dependency of your angular project
angular
  .module('myApp', [
    ngOvhPaymentMethod,
  ])
  .config((ovhPaymentMethodProvider, constants) => {
    // set the target - this will tell to the component which APIs the component needs to call
    ovhPaymentMethodProvider.setTarget(constants.target);
  });

Test

yarn test

Contributing

Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, our contributing guide will help get you started.

License

BSD-3-Clause © OVH SAS

Keywords

payment

FAQs

Package last updated on 11 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts