# payplug/1.8.0/src/Front/Layout/InterfaceOneyLayout.php

PayPlug for WooCommerce (Official), version 1.8.0. 16 lines.

- Page: https://pluginprobe.com/plugins/payplug/1.8.0/code/src/Front/Layout/InterfaceOneyLayout.php
- Raw: https://pluginprobe.com/plugins/payplug/1.8.0/raw/src/Front/Layout/InterfaceOneyLayout.php
- Modified: 2022-06-07T10:25:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/payplug/1.8.0/code/src/Front/Layout/InterfaceOneyLayout.php#L10-L20`.

```php
<?php

namespace Payplug\PayplugWoocommerce\Front\Layout;

interface InterfaceOneyLayout
{

	static function simulationPopupContentWithoutFees($oney);
	static function simulationPopupContent($oney);
	static function footerOneyWithoutFees($min, $max);
	static function footerOneyWithFees($min, $max);
	static function disabledOneyPopup($oney);
	static function payWithOney($oney);

}

```
