Skip to content

Commit 575d204

Browse files
committed
updated
1 parent bf11051 commit 575d204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "codeeshop-cespay-cordova",
2+
"name": "cordova-codeeshop-cespay",
33
"version": "1.0.0",
44
"description": "Cordova Payment Method Integration with In-App Browser",
55
"cordova": {
6-
"id": "codeeshop-cespay-cordova",
6+
"id": "cordova-codeeshop-cespay",
77
"platforms": [
88
"android"
99
]

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="codeeshop-cespay-cordova" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="cordova-codeeshop-cespay" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>cespay</name>
44
<js-module name="CustomPayment" src="www/CustomPayment.js">
55
<clobbers target="CustomPayment" />

0 commit comments

Comments
 (0)