Skip to content

Commit

Permalink
Merge pull request #30 from d3x773r/dev
Browse files Browse the repository at this point in the history
remove process attr
  • Loading branch information
williaanlopes authored Oct 26, 2020
2 parents c9cd2d8 + bef2829 commit 77221cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@
<service
android:name="com.gurpster.cordova.pagarme.mpos.MposPluginService"
android:exported="false"
android:enabled="true"
android:process=":service_pay"/>
<service android:enabled="true" android:exported="false" android:name="com.gurpster.cordova.pagarme.mpos.withinterface.MposService" android:process=":service_pay_interface"/>
android:enabled="true"/>
<service android:enabled="true" android:exported="false" android:name="com.gurpster.cordova.pagarme.mpos.withinterface.MposService"/>
<activity android:name="com.gurpster.cordova.pagarme.mpos.withinterface.FinishActivity"
android:label=""
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
Expand Down

0 comments on commit 77221cc

Please sign in to comment.