UNPKG

payments

Version:

Lists various payment methods. Used by Wix Restaurants for payment configuration.

43 lines (37 loc) 1.28 kB
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <groupId>com.wixpress.restaurants</groupId> <artifactId>payments</artifactId> <name>Wix Restaurants credit cards tokenizer</name> <description>Lists various payment methods.</description> <parent> <groupId>com.wixpress.common</groupId> <artifactId>wix-master-parent</artifactId> <version>100.0.0-SNAPSHOT</version> <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <developers> <developer> <name>Danny Leshem</name> <email>dannyl@wix.com</email> <roles> <role>owner</role> </roles> </developer> <developer> <name>Yoav Amit</name> <email>yoava@wix.com</email> <roles> <role>owner</role> </roles> </developer> </developers> <organization> <name>Restaurants</name> </organization> </project>