docs(): add platforms tag

This commit is contained in:
Ibby Hadeed
2017-03-28 08:54:40 -04:00
parent 8262219d05
commit d3d8f8264c
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -67,7 +67,8 @@ import { Plugin, Cordova } from '@ionic-native/core';
pluginName: 'PayPal',
plugin: 'com.paypal.cordova.mobilesdk',
pluginRef: 'PayPalMobile',
repo: 'https://github.com/paypal/PayPal-Cordova-Plugin'
repo: 'https://github.com/paypal/PayPal-Cordova-Plugin',
platforms: ['Android', 'iOS']
})
@Injectable()
export class PayPal {